home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / BlankInspector.nib / data.classes next >
Text File  |  1994-12-14  |  390b  |  30 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PGInspector = {
  7.     ACTIONS = {
  8.     default:;
  9.     revert:;
  10.     set:;
  11.     };
  12.     OUTLETS = {
  13.     stringTable;
  14.     window;
  15.     styleTitleMatrix;
  16.     currentStyleButton;
  17.     styleIconMatrix;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. TitleInspector = {
  22.     ACTIONS = {
  23.     setApply:;
  24.     };
  25.     OUTLETS = {
  26.     applyMtx;
  27.     };
  28.     SUPERCLASS = PGInspector;
  29. };
  30.